bitkeeper revision 1.54 (3e4f7dc1atf6a9Ypbu3XTktCXdplVQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Sun, 16 Feb 2003 12:02:09 +0000 (12:02 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Sun, 16 Feb 2003 12:02:09 +0000 (12:02 +0000)
minor mod to make ARCH=xeno default, and add ext3 to default confguration

xenolinux-2.4.16-sparse/Makefile
xenolinux-2.4.16-sparse/arch/xeno/defconfig

index bf7463b5b030989bacd7d487ae68543273ccf85b..1025012da9619e2f7e271c65875e0756f59667c4 100644 (file)
@@ -9,6 +9,9 @@ HW_ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*
 ifndef ARCH
 ARCH := $(HW_ARCH)
 endif
+
+ARCH=xeno
+
 KERNELPATH=kernel-$(shell echo $(KERNELRELEASE) | sed -e "s/-//")
 
 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
index ae0967ce64d9bdd02d5fa77374ce68c7f396e8e9..8bd5adaee4ff4ab16d7fe092b38f50a7e45dd1f2 100644 (file)
@@ -281,8 +281,8 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
 # CONFIG_QUOTA is not set
 CONFIG_AUTOFS_FS=y
 CONFIG_AUTOFS4_FS=y
-# CONFIG_EXT3_FS is not set
-# CONFIG_JBD is not set
+CONFIG_EXT3_FS=y
+CONFIG_JBD=y
 # CONFIG_FAT_FS is not set
 # CONFIG_CRAMFS is not set
 # CONFIG_TMPFS is not set